Skip to content

Implement PostOp structure#188

Merged
aobolensk merged 7 commits into
mainfrom
AndreySorokin7/Implement_PostOp_structure
Aug 10, 2025
Merged

Implement PostOp structure#188
aobolensk merged 7 commits into
mainfrom
AndreySorokin7/Implement_PostOp_structure

Conversation

@AndreySorokin7

Copy link
Copy Markdown
Collaborator

Closes #180

Comment thread include/layers/Layer.hpp Outdated

class Layer;

struct EWoperations {

@aobolensk aobolensk Aug 7, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably, PostOps would be better?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment thread include/layers/Layer.hpp Outdated

struct EWoperations {
std::vector<Layer*> layers;
unsigned int countlayers = 0;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
unsigned int countlayers = 0;
unsigned int count = 0;

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

AndreySorokin7 added 4 commits August 7, 2025 18:32
@aobolensk aobolensk merged commit ee6a106 into main Aug 10, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement PostOp structure

3 participants